home *** CD-ROM | disk | FTP | other *** search
-
- /* selectmodule.c */
- static int list2set ( object *list , fd_set *set , pylist fd2obj [FD_SETSIZE +3 ]);
- static object *set2list ( fd_set *set , pylist fd2obj [FD_SETSIZE +3 ]);
- static object *select_select ( object *self , object *args );
- static object *select_select ( object *self , object *args );
-